Fix typo in code example
authorSaghm Rossi <saghmrossi@gmail.com>
Wed, 15 Feb 2017 22:52:25 +0000 (17:52 -0500)
committerSaghm Rossi <saghmrossi@gmail.com>
Wed, 15 Feb 2017 22:52:25 +0000 (17:52 -0500)
src/doc/guide.md

index 8ca9f4b9cdb3090957ce0b685436472281985453..6949fe6afb1b40fe65c9f7ae650960608c4e92b0 100644 (file)
@@ -464,7 +464,7 @@ authors = [{{toml-escape author}}]
 ```rust
 // src/main.rs
 fn main() {
-    prinln!("This is the {{name}} project!");
+    println!("This is the {{name}} project!");
 }
 ```